Class ProtobufRawTypeModel
- java.lang.Object
-
- org.infinispan.query.remote.impl.mapping.model.ProtobufRawTypeModel
-
- All Implemented Interfaces:
org.hibernate.search.engine.mapper.model.spi.MappableTypeModel,org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<byte[]>,org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<byte[]>
public class ProtobufRawTypeModel extends Object implements org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<byte[]>
-
-
Constructor Summary
Constructors Constructor Description ProtobufRawTypeModel(org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<byte[]> superType, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<Annotation>annotations()Stream<? extends org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<? super byte[]>>ascendingSuperTypes()org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<? extends byte[]>cast(org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<?> other)org.hibernate.search.mapper.pojo.model.spi.PojoCaster<byte[]>caster()<U> Optional<org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<? extends U>>castTo(Class<U> target)Collection<org.hibernate.search.mapper.pojo.model.spi.PojoPropertyModel<?>>declaredProperties()Stream<? extends org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<? super byte[]>>descendingSuperTypes()booleanequals(Object o)inthashCode()booleanisAbstract()booleanisSubTypeOf(org.hibernate.search.engine.mapper.model.spi.MappableTypeModel superTypeCandidate)Stringname()org.hibernate.search.mapper.pojo.model.spi.PojoPropertyModel<?>property(String propertyName)org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<byte[]>rawType()StringtoString()org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier<byte[]>typeIdentifier()
-
-
-
Constructor Detail
-
ProtobufRawTypeModel
public ProtobufRawTypeModel(org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<byte[]> superType, String name)
-
-
Method Detail
-
typeIdentifier
public org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier<byte[]> typeIdentifier()
- Specified by:
typeIdentifierin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<byte[]>
-
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 byte[]>> ascendingSuperTypes()
- Specified by:
ascendingSuperTypesin interfaceorg.hibernate.search.engine.mapper.model.spi.MappableTypeModel- Specified by:
ascendingSuperTypesin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<byte[]>
-
descendingSuperTypes
public Stream<? extends org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<? super byte[]>> descendingSuperTypes()
- Specified by:
descendingSuperTypesin interfaceorg.hibernate.search.engine.mapper.model.spi.MappableTypeModel- Specified by:
descendingSuperTypesin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<byte[]>
-
annotations
public Stream<Annotation> annotations()
- Specified by:
annotationsin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<byte[]>
-
declaredProperties
public Collection<org.hibernate.search.mapper.pojo.model.spi.PojoPropertyModel<?>> declaredProperties()
- Specified by:
declaredPropertiesin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<byte[]>
-
cast
public org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<? extends byte[]> cast(org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<?> other)
- Specified by:
castin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<byte[]>
-
caster
public org.hibernate.search.mapper.pojo.model.spi.PojoCaster<byte[]> caster()
- Specified by:
casterin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<byte[]>
-
name
public String name()
- Specified by:
namein interfaceorg.hibernate.search.engine.mapper.model.spi.MappableTypeModel- Specified by:
namein interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<byte[]>
-
rawType
public org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<byte[]> rawType()
- Specified by:
rawTypein interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<byte[]>- Specified by:
rawTypein interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<byte[]>
-
property
public org.hibernate.search.mapper.pojo.model.spi.PojoPropertyModel<?> property(String propertyName)
- Specified by:
propertyin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<byte[]>
-
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<byte[]>
-
toString
public String toString()
-
equals
public boolean equals(Object o)
-
-