public class PropertyTypeServiceImpl extends Object implements PropertyTypeService
| Constructor and Description |
|---|
PropertyTypeServiceImpl(Map<String,Class> propertyTypeMap)
Constructs a new PropertyTypeService.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public Class<?> getType(String name)
PropertyTypeServicegetType in interface PropertyTypeServicename - property namepublic static PropertyTypeServiceImpl newInstance(Iterable<Property<?>> properties)
properties - list of PropertyCopyright © 2024 Atlassian. All rights reserved.