public final class PropertyNameRemapRegistry extends Object
| Modifier and Type | Method and Description |
|---|---|
static Optional<String> |
getOptionalMappingFor(String elementIdentifier,
String propertyName)
Look for a property name remapping for the given element in this
registry.
|
public static Optional<String> getOptionalMappingFor(String elementIdentifier, String propertyName)
elementIdentifier - the tag name for the element to look up mappings forpropertyName - the property name to look forCopyright © 2000–2019 Vaadin Ltd. All rights reserved.