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 SyntaxModifier and TypeFieldDescriptionprivate final SchemaElementRegistry<String,Syntax> Schema.syntaxesSyntaxes.Methods in org.ldaptive.schema that return SyntaxModifier and TypeMethodDescriptionReturns the syntax with the supplied OID.static SyntaxParses the supplied definition string and creates an initialized attribute syntax.Methods in org.ldaptive.schema that return types with arguments of type SyntaxMethods in org.ldaptive.schema with parameters of type SyntaxModifier and TypeMethodDescriptionMethod parameters in org.ldaptive.schema with type arguments of type SyntaxModifier and TypeMethodDescriptionSyntax.format(SchemaElementFormatter<Syntax> formatter) Returns a string representation of this element.voidSchema.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