Uses of Interface
org.apache.camel.k.tooling.maven.model.k8s.TypeMeta
-
Packages that use TypeMeta Package Description org.apache.camel.k.tooling.maven.model.k8s -
-
Uses of TypeMeta in org.apache.camel.k.tooling.maven.model.k8s
Classes in org.apache.camel.k.tooling.maven.model.k8s that implement TypeMeta Modifier and Type Class Description class
ImmutableTypeMeta
Immutable implementation ofTypeMeta
.Methods in org.apache.camel.k.tooling.maven.model.k8s with parameters of type TypeMeta Modifier and Type Method Description static ImmutableTypeMeta
ImmutableTypeMeta. copyOf(TypeMeta instance)
Creates an immutable copy of aTypeMeta
value.TypeMeta.Builder
ImmutableTypeMeta.Builder. from(TypeMeta instance)
Fill a builder with attribute values from the providedTypeMeta
instance.
-