Class AbstractDataObjectIdentifierBuilder<T extends DataObject>

java.lang.Object
org.opendaylight.yangtools.binding.impl.AbstractDataObjectReferenceBuilder<T>
org.opendaylight.yangtools.binding.impl.AbstractDataObjectIdentifierBuilder<T>
All Implemented Interfaces:
DataObjectIdentifier.Builder<T>, DataObjectReference.Builder<T>
Direct Known Subclasses:
DataObjectIdentifierBuilder, DataObjectIdentifierBuilderWithKey

public abstract sealed class AbstractDataObjectIdentifierBuilder<T extends DataObject> extends AbstractDataObjectReferenceBuilder<T> implements DataObjectIdentifier.Builder<T> permits DataObjectIdentifierBuilder<T>, DataObjectIdentifierBuilderWithKey<T,K>