Package org.ldaptive.schema
Class MatchingRuleUse.DefaultSchemaElementFormatter
java.lang.Object
org.ldaptive.schema.MatchingRuleUse.DefaultSchemaElementFormatter
- All Implemented Interfaces:
SchemaElementFormatter<MatchingRuleUse>
- Enclosing class:
- MatchingRuleUse
public static class MatchingRuleUse.DefaultSchemaElementFormatter
extends Object
implements SchemaElementFormatter<MatchingRuleUse>
Creates a string representation of a matching rule use.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformat(MatchingRuleUse element) Returns a string representation of the supplied schema element.
-
Constructor Details
-
DefaultSchemaElementFormatter
public DefaultSchemaElementFormatter()
-
-
Method Details
-
format
Description copied from interface:SchemaElementFormatterReturns a string representation of the supplied schema element.- Specified by:
formatin interfaceSchemaElementFormatter<MatchingRuleUse>- Parameters:
element- to format- Returns:
- formatted schema element
-