de.danielbechler.diff.path
Interface PropertyPath.AppendableBuilder
- Enclosing class:
- PropertyPath
public static interface PropertyPath.AppendableBuilder
withElement
PropertyPath.AppendableBuilder withElement(Element element)
withPropertyName
PropertyPath.AppendableBuilder withPropertyName(String name,
String... names)
withCollectionItem
<T> PropertyPath.AppendableBuilder withCollectionItem(T item)
withMapKey
<K> PropertyPath.AppendableBuilder withMapKey(K key)
build
PropertyPath build()
Copyright © 2012. All Rights Reserved.