Uses of Interface
org.ldaptive.schema.SchemaElement
-
Packages that use SchemaElement Package Description org.ldaptive.schema org.ldaptive.schema.transcode -
-
Uses of SchemaElement in org.ldaptive.schema
Classes in org.ldaptive.schema with type parameters of type SchemaElement Modifier and Type Class Description classAbstractDefaultDefinitionFunction<T extends SchemaElement>Base class for default definition functions.classAbstractRegexDefinitionFunction<T extends SchemaElement>Base class for regex definition functions.interfaceDefinitionFunction<T extends SchemaElement>Marker interface for a schema definition function.Classes in org.ldaptive.schema that implement SchemaElement Modifier and Type Class Description classAbstractNamedSchemaElementBase schema bean for named schema elements.classAbstractSchemaElementBase class for schema elements.classAttributeTypeBean for an attribute type schema element.classDITContentRuleBean for a DIT content rule schema element.classDITStructureRuleBean for a DIT content rule schema element.classMatchingRuleBean for a matching rule schema element.classMatchingRuleUseBean for a matching rule use schema element.classNameFormBean for a name form schema element.classObjectClassBean for an object class schema element.classSyntaxBean for an attribute syntax schema element.Methods in org.ldaptive.schema with type parameters of type SchemaElement Modifier and Type Method Description <T extends SchemaElement>
TSchemaFunction. parse(Class<? extends T> type, String definition)Parses the supplied string representation of a schema element.<T extends SchemaElement>
TSchemaParser.DefaultSchemaFunction. parse(Class<? extends T> type, String definition)static <T extends SchemaElement>
TSchemaParser. parse(Class<T> type, String definition)Parses the supplied string representation of a schema element.<T extends SchemaElement>
TSchemaParser.RegexSchemaFunction. parse(Class<? extends T> type, String definition) -
Uses of SchemaElement in org.ldaptive.schema.transcode
Classes in org.ldaptive.schema.transcode with type parameters of type SchemaElement Modifier and Type Class Description classAbstractSchemaElementValueTranscoder<T extends SchemaElement>Base class for schema element value transcoders.
-