Class ProtobufKeyValueTypeModel
java.lang.Object
org.infinispan.query.remote.impl.mapping.model.ProtobufKeyValueTypeModel
- All Implemented Interfaces:
org.hibernate.search.engine.mapper.model.spi.MappableTypeModel,org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<ProtobufKeyValuePair>,org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<ProtobufKeyValuePair>
public class ProtobufKeyValueTypeModel
extends Object
implements org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<ProtobufKeyValuePair>
-
Constructor Summary
ConstructorsConstructorDescriptionProtobufKeyValueTypeModel(org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<ProtobufKeyValuePair> superType, String name) -
Method Summary
Modifier and TypeMethodDescriptionOptional<? extends org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<?>> Stream<? extends org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<? super ProtobufKeyValuePair>> org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<? extends ProtobufKeyValuePair> cast(org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<?> other) org.hibernate.search.mapper.pojo.model.spi.PojoCaster<ProtobufKeyValuePair> caster()<U> Optional<org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<? extends U>> org.hibernate.search.mapper.pojo.model.spi.PojoConstructorModel<ProtobufKeyValuePair> constructor(Class<?>... parameterTypes) Collection<org.hibernate.search.mapper.pojo.model.spi.PojoConstructorModel<ProtobufKeyValuePair>> Collection<org.hibernate.search.mapper.pojo.model.spi.PojoPropertyModel<?>> Stream<? extends org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<? super ProtobufKeyValuePair>> booleaninthashCode()booleanbooleanisSubTypeOf(org.hibernate.search.engine.mapper.model.spi.MappableTypeModel superTypeCandidate) org.hibernate.search.mapper.pojo.model.spi.PojoConstructorModel<ProtobufKeyValuePair> name()org.hibernate.search.mapper.pojo.model.spi.PojoPropertyModel<?> org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<ProtobufKeyValuePair> rawType()toString()Optional<? extends org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<?>> typeArgument(Class<?> rawSuperType, int typeParameterIndex) org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier<ProtobufKeyValuePair>
-
Constructor Details
-
ProtobufKeyValueTypeModel
public ProtobufKeyValueTypeModel(org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<ProtobufKeyValuePair> superType, String name)
-
-
Method Details
-
typeIdentifier
public org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier<ProtobufKeyValuePair> typeIdentifier()- Specified by:
typeIdentifierin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<ProtobufKeyValuePair>
-
isAbstract
public boolean isAbstract()- Specified by:
isAbstractin interfaceorg.hibernate.search.engine.mapper.model.spi.MappableTypeModel
-
isSubTypeOf
public boolean isSubTypeOf(org.hibernate.search.engine.mapper.model.spi.MappableTypeModel superTypeCandidate) - Specified by:
isSubTypeOfin interfaceorg.hibernate.search.engine.mapper.model.spi.MappableTypeModel
-
ascendingSuperTypes
public Stream<? extends org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<? super ProtobufKeyValuePair>> ascendingSuperTypes()- Specified by:
ascendingSuperTypesin interfaceorg.hibernate.search.engine.mapper.model.spi.MappableTypeModel- Specified by:
ascendingSuperTypesin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<ProtobufKeyValuePair>
-
descendingSuperTypes
public Stream<? extends org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<? super ProtobufKeyValuePair>> descendingSuperTypes()- Specified by:
descendingSuperTypesin interfaceorg.hibernate.search.engine.mapper.model.spi.MappableTypeModel- Specified by:
descendingSuperTypesin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<ProtobufKeyValuePair>
-
annotations
- Specified by:
annotationsin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<ProtobufKeyValuePair>
-
mainConstructor
public org.hibernate.search.mapper.pojo.model.spi.PojoConstructorModel<ProtobufKeyValuePair> mainConstructor()- Specified by:
mainConstructorin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<ProtobufKeyValuePair>
-
constructor
public org.hibernate.search.mapper.pojo.model.spi.PojoConstructorModel<ProtobufKeyValuePair> constructor(Class<?>... parameterTypes) - Specified by:
constructorin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<ProtobufKeyValuePair>
-
declaredConstructors
public Collection<org.hibernate.search.mapper.pojo.model.spi.PojoConstructorModel<ProtobufKeyValuePair>> declaredConstructors()- Specified by:
declaredConstructorsin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<ProtobufKeyValuePair>
-
declaredProperties
public Collection<org.hibernate.search.mapper.pojo.model.spi.PojoPropertyModel<?>> declaredProperties()- Specified by:
declaredPropertiesin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<ProtobufKeyValuePair>
-
cast
public org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<? extends ProtobufKeyValuePair> cast(org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<?> other) - Specified by:
castin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<ProtobufKeyValuePair>
-
caster
- Specified by:
casterin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<ProtobufKeyValuePair>
-
name
- Specified by:
namein interfaceorg.hibernate.search.engine.mapper.model.spi.MappableTypeModel- Specified by:
namein interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<ProtobufKeyValuePair>
-
rawType
- Specified by:
rawTypein interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<ProtobufKeyValuePair>- Specified by:
rawTypein interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<ProtobufKeyValuePair>
-
property
public org.hibernate.search.mapper.pojo.model.spi.PojoPropertyModel<?> property(String propertyName) - Specified by:
propertyin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<ProtobufKeyValuePair>
-
castTo
public <U> Optional<org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<? extends U>> castTo(Class<U> target) - Specified by:
castToin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<ProtobufKeyValuePair>
-
typeArgument
public Optional<? extends org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<?>> typeArgument(Class<?> rawSuperType, int typeParameterIndex) - Specified by:
typeArgumentin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<ProtobufKeyValuePair>
-
arrayElementType
public Optional<? extends org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<?>> arrayElementType()- Specified by:
arrayElementTypein interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<ProtobufKeyValuePair>
-
toString
- Specified by:
toStringin interfaceorg.hibernate.search.engine.mapper.model.spi.MappableTypeModel- Specified by:
toStringin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<ProtobufKeyValuePair>- Overrides:
toStringin classObject
-
equals
- Specified by:
equalsin interfaceorg.hibernate.search.engine.mapper.model.spi.MappableTypeModel- Specified by:
equalsin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<ProtobufKeyValuePair>- Overrides:
equalsin classObject
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceorg.hibernate.search.engine.mapper.model.spi.MappableTypeModel- Specified by:
hashCodein interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<ProtobufKeyValuePair>- Overrides:
hashCodein classObject
-