Searched defs:AttributeParser (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAttributeParser.java70 public final class AttributeParser { class
73 private static final AttributeParser NULL_INSTANCE = new AttributeParser(null);
84 public static AttributeParser parseAttribute(final Attribute attribute) {
85 return isEmpty(attribute) ? NULL_INSTANCE : new AttributeParser(attribute);
95 private AttributeParser(final Attribute attribute) { method in class:AttributeParser
471 public AttributeParser requireValue() throws NoSuchElementException {
488 public AttributeParser usingSchema(final Schema schema) {

Completed in 50 milliseconds