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. syntaxesSyntaxes.Methods in org.ldaptive.schema that return Syntax Modifier and Type Method Description SyntaxSchema. getSyntax(String oid)Returns the syntax with the supplied OID.SyntaxSyntax.DefaultDefinitionFunction. parse(String definition)static SyntaxSyntax. parse(String definition)Parses the supplied definition string and creates an initialized attribute syntax.SyntaxSyntax.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 voidSchema. 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 SyntaxSyntaxValueTranscoder. 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()
-