Uses of Class
org.nuiton.db.meta.ImmutableCustomTypeMeta
-
Uses of ImmutableCustomTypeMeta in org.nuiton.db.meta
Methods in org.nuiton.db.meta that return ImmutableCustomTypeMetaModifier and TypeMethodDescriptionImmutableCustomTypeMeta.Builder.build()Builds a newImmutableCustomTypeMeta.static ImmutableCustomTypeMetaImmutableCustomTypeMeta.copyOf(CustomTypeMeta instance) Creates an immutable copy of aCustomTypeMetavalue.final ImmutableCustomTypeMetaImmutableCustomTypeMeta.withComment(String value) Copy the current immutable object by setting a present value for the optionalcommentattribute.final ImmutableCustomTypeMetaImmutableCustomTypeMeta.withComment(Optional<String> optional) Copy the current immutable object by setting an optional value for thecommentattribute.final ImmutableCustomTypeMetaImmutableCustomTypeMeta.withEnumEquivalence(Class<? extends Enum> value) Copy the current immutable object by setting a present value for the optionalenumEquivalenceattribute.final ImmutableCustomTypeMetaImmutableCustomTypeMeta.withEnumEquivalence(Optional<? extends Class<? extends Enum>> optional) Copy the current immutable object by setting an optional value for theenumEquivalenceattribute.final ImmutableCustomTypeMetaCopy the current immutable object by setting a value for thenameattribute.final ImmutableCustomTypeMetaImmutableCustomTypeMeta.withValues(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofvalues.final ImmutableCustomTypeMetaImmutableCustomTypeMeta.withValues(String... elements) Copy the current immutable object with elements that replace the content ofvalues.