Uses of Class
org.apache.juneau.BeanRuntimeException
Packages that use BeanRuntimeException
- 
Uses of BeanRuntimeException in org.apache.juneauMethods in org.apache.juneau that throw BeanRuntimeExceptionModifier and TypeMethodDescriptionvoidAdds a value to aCollectionor array property.voidAdds a value to aMapor bean property.final <T> TCreates 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> TSame 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.reflectMethods in org.apache.juneau.reflect that throw BeanRuntimeExceptionModifier and TypeMethodDescription<T> TReturns the field value on the specified object.<T> Optional<T>FieldInfo.getOptional(Object o) Same asFieldInfo.get(Object)but wraps the results in anOptional.voidSets the field value on the specified object.