|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.search.query.entity.PropertyTypeServiceImpl
public class PropertyTypeServiceImpl
Implements a PropertyTypeServiceImpl.
| Constructor Summary | |
|---|---|
PropertyTypeServiceImpl(Map<String,Class> propertyTypeMap)
Constructs a new PropertyTypeService. |
|
| Method Summary | |
|---|---|
Class<?> |
getType(String name)
Returns the class type of the property, or null if the property type could not be determined. |
static PropertyTypeServiceImpl |
newInstance(Iterable<Property<?>> properties)
Creates a new instance of PropertyTypeServiceImpl from a collection of Property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyTypeServiceImpl(Map<String,Class> propertyTypeMap)
propertyTypeMap - property-type map| Method Detail |
|---|
public Class<?> getType(String name)
PropertyTypeService
getType in interface PropertyTypeServicename - property name
public static PropertyTypeServiceImpl newInstance(Iterable<Property<?>> properties)
properties - list of Property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||