org.apache.qpid.configuration
Class Accessor.ValidationAccessor
java.lang.Object
org.apache.qpid.configuration.Accessor.ValidationAccessor
- All Implemented Interfaces:
- Accessor
- Enclosing interface:
- Accessor
public static class Accessor.ValidationAccessor
- extends Object
- implements Accessor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Accessor.ValidationAccessor
public Accessor.ValidationAccessor(Accessor delegate,
Validator... validators)
getBoolean
public Boolean getBoolean(String name)
- Specified by:
getBoolean
in interface Accessor
getInt
public Integer getInt(String name)
- Specified by:
getInt
in interface Accessor
getLong
public Long getLong(String name)
- Specified by:
getLong
in interface Accessor
getString
public String getString(String name)
- Specified by:
getString
in interface Accessor
Licensed to the Apache Software Foundation