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 classImmutableTypeMetaImmutable implementation ofTypeMeta.Methods in org.apache.camel.k.tooling.maven.model.k8s with parameters of type TypeMeta Modifier and Type Method Description static ImmutableTypeMetaImmutableTypeMeta. copyOf(TypeMeta instance)Creates an immutable copy of aTypeMetavalue.TypeMeta.BuilderImmutableTypeMeta.Builder. from(TypeMeta instance)Fill a builder with attribute values from the providedTypeMetainstance.
-