Class MidpointValueMetadataFactory
- java.lang.Object
-
- com.evolveum.midpoint.schema.metadata.MidpointValueMetadataFactory
-
- All Implemented Interfaces:
ValueMetadataFactory
@Experimental public class MidpointValueMetadataFactory extends Object implements ValueMetadataFactory
-
-
Constructor Summary
Constructors Constructor Description MidpointValueMetadataFactory(@NotNull PrismContext prismContext)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull ValueMetadata
createEmpty()
static ValueMetadata
createFrom(@NotNull PrismContainer<?> container)
-
-
-
Constructor Detail
-
MidpointValueMetadataFactory
public MidpointValueMetadataFactory(@NotNull @NotNull PrismContext prismContext)
-
-
Method Detail
-
createEmpty
@NotNull public @NotNull ValueMetadata createEmpty()
- Specified by:
createEmpty
in interfaceValueMetadataFactory
-
createFrom
public static ValueMetadata createFrom(@NotNull @NotNull PrismContainer<?> container)
-
-