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