Class HotRodClientEntityDescriptor
- java.lang.Object
-
- org.keycloak.models.map.storage.hotRod.client.HotRodClientEntityDescriptor
-
- All Implemented Interfaces:
HotRodEntityDescriptor<HotRodClientEntity,HotRodClientEntityDelegate>
@Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor") public class HotRodClientEntityDescriptor extends Object implements HotRodEntityDescriptor<HotRodClientEntity,HotRodClientEntityDelegate>
-
-
Constructor Summary
Constructors Constructor Description HotRodClientEntityDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCacheName()IntegergetCurrentVersion()Class<HotRodClientEntity>getEntityTypeClass()Function<HotRodClientEntity,HotRodClientEntityDelegate>getHotRodDelegateProvider()Class<?>getModelTypeClass()org.infinispan.protostream.GeneratedSchemagetProtoSchema()
-
-
-
Method Detail
-
getModelTypeClass
public Class<?> getModelTypeClass()
- Specified by:
getModelTypeClassin interfaceHotRodEntityDescriptor<HotRodClientEntity,HotRodClientEntityDelegate>
-
getEntityTypeClass
public Class<HotRodClientEntity> getEntityTypeClass()
- Specified by:
getEntityTypeClassin interfaceHotRodEntityDescriptor<HotRodClientEntity,HotRodClientEntityDelegate>
-
getCacheName
public String getCacheName()
- Specified by:
getCacheNamein interfaceHotRodEntityDescriptor<HotRodClientEntity,HotRodClientEntityDelegate>
-
getHotRodDelegateProvider
public Function<HotRodClientEntity,HotRodClientEntityDelegate> getHotRodDelegateProvider()
- Specified by:
getHotRodDelegateProviderin interfaceHotRodEntityDescriptor<HotRodClientEntity,HotRodClientEntityDelegate>
-
getCurrentVersion
public Integer getCurrentVersion()
- Specified by:
getCurrentVersionin interfaceHotRodEntityDescriptor<HotRodClientEntity,HotRodClientEntityDelegate>
-
getProtoSchema
public org.infinispan.protostream.GeneratedSchema getProtoSchema()
- Specified by:
getProtoSchemain interfaceHotRodEntityDescriptor<HotRodClientEntity,HotRodClientEntityDelegate>
-
-