ImmutableFacet |
ImmutableFacet.Builder.build() |
|
static ImmutableFacet |
ImmutableFacet.copyOf(RepositoryModel.Facet instance) |
|
ImmutableFacet |
ImmutableFacet.withConstructor(RepositoryModel.CodeBlock value) |
Copy the current immutable object by setting a value for the constructor attribute.
|
ImmutableFacet |
ImmutableFacet.withFieldType(javax.lang.model.type.TypeMirror value) |
Copy the current immutable object by setting a value for the fieldType attribute.
|
ImmutableFacet |
ImmutableFacet.withInterfaceType(javax.lang.model.type.TypeMirror value) |
Copy the current immutable object by setting a value for the interfaceType attribute.
|
ImmutableFacet |
ImmutableFacet.withMethods(java.lang.Iterable<? extends RepositoryModel.DelegateMethod> elements) |
Copy the current immutable object with elements that replace the content of methods.
|
ImmutableFacet |
ImmutableFacet.withMethods(RepositoryModel.DelegateMethod... elements) |
Copy the current immutable object with elements that replace the content of methods.
|
ImmutableFacet |
ImmutableFacet.withName(java.lang.String value) |
Copy the current immutable object by setting a value for the name attribute.
|