Uses of Class
org.ldaptive.schema.Syntax
Packages that use Syntax
-
Uses of Syntax in org.ldaptive.beans.generate
Methods in org.ldaptive.beans.generate with parameters of type SyntaxModifier and TypeMethodDescriptionprotected 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 SyntaxMethods in org.ldaptive.schema that return SyntaxModifier and TypeMethodDescriptionReturns the syntax with the supplied OID.static Syntax
Parses the supplied definition string and creates an initialized attribute syntax.Methods in org.ldaptive.schema that return types with arguments of type SyntaxMethod parameters in org.ldaptive.schema with type arguments of type SyntaxModifier and TypeMethodDescriptionvoid
Schema.setSyntaxes
(Collection<Syntax> c) Sets the syntaxes. -
Uses of Syntax in org.ldaptive.schema.transcode
Methods in org.ldaptive.schema.transcode that return SyntaxMethods in org.ldaptive.schema.transcode that return types with arguments of type Syntax