Package org.keycloak.marshalling
Class KeycloakIndexSchemaUtil
java.lang.Object
org.keycloak.marshalling.KeycloakIndexSchemaUtil
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidconfigureAnnotationProcessor(org.infinispan.protostream.config.Configuration.Builder builder) Adds the annotations to the ProtoStream parser.static booleanisIndexSchemaChanged(org.infinispan.protostream.descriptors.Descriptor oldDescriptor, org.infinispan.protostream.descriptors.Descriptor newDescriptor) Compares two entities and returnstrueif any indexing related annotation were changed, added or removed. 
- 
Constructor Details
- 
KeycloakIndexSchemaUtil
public KeycloakIndexSchemaUtil() 
 - 
 - 
Method Details
- 
configureAnnotationProcessor
public static void configureAnnotationProcessor(org.infinispan.protostream.config.Configuration.Builder builder) Adds the annotations to the ProtoStream parser. - 
isIndexSchemaChanged
public static boolean isIndexSchemaChanged(org.infinispan.protostream.descriptors.Descriptor oldDescriptor, org.infinispan.protostream.descriptors.Descriptor newDescriptor) Compares two entities and returnstrueif any indexing related annotation were changed, added or removed. 
 -