Uses of Interface
org.ldaptive.schema.SchemaElementFormatter
Packages that use SchemaElementFormatter
-
Uses of SchemaElementFormatter in org.ldaptive.schema
Classes in org.ldaptive.schema that implement SchemaElementFormatterModifier and TypeClassDescriptionstatic classCreates a string representation of an attribute type.static classCreates a string representation of a DIT content rule.static classCreates a string representation of a DIT structure rule.static classCreates a string representation of a matching rule.static classCreates a string representation of a matching rule use.static classCreates a string representation of a name form.static classCreates a string representation of an object class.static classCreates a string representation of a syntax.Methods in org.ldaptive.schema with parameters of type SchemaElementFormatterModifier and TypeMethodDescriptionAttributeType.format(SchemaElementFormatter<AttributeType> formatter) Returns a string representation of this element.DITContentRule.format(SchemaElementFormatter<DITContentRule> formatter) Returns a string representation of this element.DITStructureRule.format(SchemaElementFormatter<DITStructureRule> formatter) Returns a string representation of this element.MatchingRule.format(SchemaElementFormatter<MatchingRule> formatter) Returns a string representation of this element.MatchingRuleUse.format(SchemaElementFormatter<MatchingRuleUse> formatter) Returns a string representation of this element.NameForm.format(SchemaElementFormatter<NameForm> formatter) Returns a string representation of this element.ObjectClass.format(SchemaElementFormatter<ObjectClass> formatter) Returns a string representation of this element.Syntax.format(SchemaElementFormatter<Syntax> formatter) Returns a string representation of this element.