Uses of Class
org.ldaptive.schema.Syntax
-
Packages that use Syntax Package Description org.ldaptive.beans.generate org.ldaptive.schema org.ldaptive.schema.transcode -
-
Uses of Syntax in org.ldaptive.beans.generate
Methods in org.ldaptive.beans.generate with parameters of type Syntax Modifier and Type Method Description protected Class<?>
BeanGenerator. getSyntaxType(AttributeType type, Syntax syntax)
Returns the class for the supplied attribute type and syntax. -
Uses of Syntax in org.ldaptive.schema
Fields in org.ldaptive.schema with type parameters of type Syntax Modifier and Type Field Description private Collection<Syntax>
Schema. syntaxes
Syntaxes.Methods in org.ldaptive.schema that return Syntax Modifier and Type Method Description Syntax
Schema. getSyntax(String oid)
Returns the syntax with the supplied OID.Syntax
Syntax.DefaultDefinitionFunction. parse(String definition)
static Syntax
Syntax. parse(String definition)
Parses the supplied definition string and creates an initialized attribute syntax.Syntax
Syntax.RegexDefinitionFunction. parse(String definition)
Methods in org.ldaptive.schema that return types with arguments of type Syntax Modifier and Type Method Description Collection<Syntax>
Schema. getSyntaxes()
Returns the syntaxes.Method parameters in org.ldaptive.schema with type arguments of type Syntax Modifier and Type Method Description void
Schema. setSyntaxes(Collection<Syntax> c)
Sets the syntaxes. -
Uses of Syntax in org.ldaptive.schema.transcode
Methods in org.ldaptive.schema.transcode that return Syntax Modifier and Type Method Description Syntax
SyntaxValueTranscoder. decodeStringValue(String value)
Methods in org.ldaptive.schema.transcode that return types with arguments of type Syntax Modifier and Type Method Description Class<Syntax>
SyntaxValueTranscoder. getType()
-