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 java.lang.Class<?>
BeanGenerator. getSyntaxType(AttributeType type, Syntax syntax)
Returns the class for the supplied attribute type and syntax. -
Uses of Syntax in org.ldaptive.schema
Methods in org.ldaptive.schema that return Syntax Modifier and Type Method Description Syntax
Schema. getSyntax(java.lang.String oid)
Returns the syntax with the supplied OID.Syntax
Syntax.DefaultDefinitionFunction. parse(java.lang.String definition)
static Syntax
Syntax. parse(java.lang.String definition)
Parses the supplied definition string and creates an initialized attribute syntax.Syntax
Syntax.RegexDefinitionFunction. parse(java.lang.String definition)
Methods in org.ldaptive.schema that return types with arguments of type Syntax Modifier and Type Method Description java.util.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(java.util.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(java.lang.String value)
Methods in org.ldaptive.schema.transcode that return types with arguments of type Syntax Modifier and Type Method Description java.lang.Class<Syntax>
SyntaxValueTranscoder. getType()
-