de.danielbechler.diff.path
Interface PropertyPath.AppendableBuilder

Enclosing class:
PropertyPath

public static interface PropertyPath.AppendableBuilder


Method Summary
 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)
           
 

Method Detail

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.