public static class RepositoryFragment.StructuralRepositoryFragment<T> extends Object implements RepositoryFragment<T>
RepositoryFragment.ImplementedRepositoryFragment<T>, RepositoryFragment.StructuralRepositoryFragment<T>| Constructor and Description |
|---|
StructuralRepositoryFragment(Class<T> interfaceOrImplementation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Class<?> |
getSignatureContributor() |
int |
hashCode() |
String |
toString() |
RepositoryFragment<T> |
withImplementation(T implementation)
Implement a structural
RepositoryFragment given its implementation object. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetImplementation, hasMethod, implemented, implemented, methods, structuralpublic Class<?> getSignatureContributor()
getSignatureContributor in interface RepositoryFragment<T>RepositoryFragment.public RepositoryFragment<T> withImplementation(T implementation)
RepositoryFragmentRepositoryFragment given its implementation object. Returns an implemented
RepositoryFragment.withImplementation in interface RepositoryFragment<T>implementation - must not be null.RepositoryFragment for implementation.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.