Package org.ldaptive.schema
Class MatchingRule.DefaultSchemaElementFormatter
java.lang.Object
org.ldaptive.schema.MatchingRule.DefaultSchemaElementFormatter
- All Implemented Interfaces:
SchemaElementFormatter<MatchingRule>
- Enclosing class:
- MatchingRule
public static class MatchingRule.DefaultSchemaElementFormatter
extends Object
implements SchemaElementFormatter<MatchingRule>
Creates a string representation of a matching rule.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformat(MatchingRule 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<MatchingRule>- Parameters:
element- to format- Returns:
- formatted schema element
-