Package org.keycloak.marshalling
Class KeycloakIndexSchemaUtil
java.lang.Object
org.keycloak.marshalling.KeycloakIndexSchemaUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
configureAnnotationProcessor
(org.infinispan.protostream.config.Configuration.Builder builder) Adds the annotations to the ProtoStream parser.static boolean
isIndexSchemaChanged
(org.infinispan.protostream.descriptors.Descriptor oldDescriptor, org.infinispan.protostream.descriptors.Descriptor newDescriptor) Compares two entities and returnstrue
if 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 returnstrue
if any indexing related annotation were changed, added or removed.
-