Uses of Class
org.apache.juneau.BeanRuntimeException
Packages that use BeanRuntimeException
-
Uses of BeanRuntimeException in org.apache.juneau
Methods in org.apache.juneau that throw BeanRuntimeExceptionModifier and TypeMethodDescriptionvoid
Adds a value to aCollection
or array property.void
Adds a value to aMap
or bean property.final <T> T
Creates a new empty bean of the specified type, except used for instantiating inner member classes that must be instantiated within another class instance.final <T> T
Same asBeanSession.newBean(Class)
, except used for instantiating inner member classes that must be instantiated within another class instance.Equivalent to callingBeanMap.put(String, Object)
, but is faster since it avoids looking up the property meta.final <T> BeanMap<T>
Constructors in org.apache.juneau that throw BeanRuntimeExceptionModifierConstructorDescriptionExtendedBeanMeta
(BeanMeta<?> bm) Constructor.Constructor.ExtendedClassMeta
(ClassMeta<?> cm) Constructor. -
Uses of BeanRuntimeException in org.apache.juneau.reflect
Methods in org.apache.juneau.reflect that throw BeanRuntimeExceptionModifier and TypeMethodDescription<T> T
Returns the field value on the specified object.<T> Optional<T>
FieldInfo.getOptional
(Object o) Same asFieldInfo.get(Object)
but wraps the results in anOptional
.void
Sets the field value on the specified object.