Package org.keycloak.marshalling
Interface KeycloakModelSchema
- All Superinterfaces:
org.infinispan.protostream.GeneratedSchema
,org.infinispan.protostream.SerializationContextInitializer
- All Known Implementing Classes:
KeycloakModelSchemaImpl
public interface KeycloakModelSchema
extends org.infinispan.protostream.GeneratedSchema
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<org.infinispan.protostream.descriptors.Descriptor>
findEntity
(org.infinispan.protostream.descriptors.FileDescriptor fileDescriptor, String entity) Finds an entity in a Google Protocol Buffers schema filestatic org.infinispan.protostream.descriptors.FileDescriptor
parseProtoSchema
(String fileContent) Parses a Google Protocol Buffers schema file.Methods inherited from interface org.infinispan.protostream.GeneratedSchema
getProtoFile, getProtoFileName, getProtoFileReader
Methods inherited from interface org.infinispan.protostream.SerializationContextInitializer
registerMarshallers, registerSchema
-
Field Details
-
INSTANCE
-
-
Method Details