public static interface PropertyPath.AppendableBuilder
Modifier and Type | Method and Description |
---|---|
PropertyPath |
build() |
<T> PropertyPath.AppendableBuilder |
withCollectionItem(T item) |
PropertyPath.AppendableBuilder |
withElement(Element element) |
<K> PropertyPath.AppendableBuilder |
withMapKey(K key) |
PropertyPath.AppendableBuilder |
withPropertyName(String name,
String... names) |
PropertyPath.AppendableBuilder withElement(Element element)
PropertyPath.AppendableBuilder withPropertyName(String name, String... names)
<T> PropertyPath.AppendableBuilder withCollectionItem(T item)
<K> PropertyPath.AppendableBuilder withMapKey(K key)
PropertyPath build()
Copyright © 2013. All Rights Reserved.