Uses of Interface
com.evolveum.midpoint.prism.schema.SerializableDefinition
Packages that use SerializableDefinition
Package
Description
-
Uses of SerializableDefinition in com.evolveum.midpoint.prism
Subinterfaces of SerializableDefinition in com.evolveum.midpoint.prismModifier and TypeInterfaceDescriptioninterfaceSimple type, which behaves as enumeration in most modeling languages. -
Uses of SerializableDefinition in com.evolveum.midpoint.prism.impl
Classes in com.evolveum.midpoint.prism.impl that implement SerializableDefinitionModifier and TypeClassDescriptionclasscom.evolveum.midpoint.prism.impl.ItemDefinitionImpl<I extends Item<?,?>> classcom.evolveum.midpoint.prism.impl.PrismContainerDefinitionImpl<C extends Containerable> -
Uses of SerializableDefinition in com.evolveum.midpoint.prism.schema
Subinterfaces of SerializableDefinition in com.evolveum.midpoint.prism.schemaModifier and TypeInterfaceDescriptioninterfaceAny complex type definition (or analogous structure) that can be serialized into XSD.interfaceAny container definition that can be serialized.interfaceAny item definition that can be serialized.interfaceAny property definition that can be serialized.interfaceAny reference definition that can be serialized.Methods in com.evolveum.midpoint.prism.schema that return types with arguments of type SerializableDefinitionModifier and TypeMethodDescription@NotNull Collection<? extends SerializableDefinition>SerializableSchema.getDefinitionsToSerialize()Methods in com.evolveum.midpoint.prism.schema with parameters of type SerializableDefinitionModifier and TypeMethodDescriptionvoidDefinitionFeature.DefaultImpl.serialize(@NotNull SerializableDefinition source, @NotNull DefinitionFeatureSerializer.SerializationTarget target) voidDefinitionFeature.serialize(@NotNull SerializableDefinition source, @NotNull DefinitionFeatureSerializer.SerializationTarget target) Obtains the value from `source` definition and serializes it into `target` (e.g. -
Uses of SerializableDefinition in com.evolveum.midpoint.schema.processor
Classes in com.evolveum.midpoint.schema.processor that implement SerializableDefinitionModifier and TypeClassDescriptionclassRepresents native object class or reference type definition.classRepresents native attribute (simple or reference).classclassResource Object Definition (Object Class).Methods in com.evolveum.midpoint.schema.processor that return types with arguments of type SerializableDefinitionModifier and TypeMethodDescription@NotNull Collection<? extends SerializableDefinition>NativeResourceSchemaImpl.getDefinitionsToSerialize()