Java org.springframework.data.solr.core.mapping SolrPersistentProperty fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.solr.core.mapping SolrPersistentProperty fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.solr.core.mapping SolrPersistentProperty.

The text is from its open source code.

Method

booleancontainsWildcard()
StringgetFieldName()
Get name of field under attention to org.apache.solr.client.solrj.beans.Field annotation
ClassgetType()
The type of the property
TypeInformationgetTypeInformation()
Returns the TypeInformation of the property.
booleanisCollectionLike()
Returns whether the property is a Collection , Iterable or an array.
booleanisMap()
Returns whether the property is a Map .
booleanisReadonly()