public interface PropertyFactory<T,Y>
PropertyTypeRegistry| Modifier and Type | Method and Description |
|---|---|
Y |
create(PropertyTypeRegistry registry,
T propertyKey)
Creates a new instance of the property.
|
Y create(PropertyTypeRegistry registry, T propertyKey)
registry - Registry that is creating the default value.propertyKey - Property key for which value is to be created.Copyright © 2017. All rights reserved.