Module org.apache.wicket.core
Package org.apache.wicket.core.util.lang
package org.apache.wicket.core.util.lang
Java utilities.
-
ClassDescriptionThis class parses expressions to lookup or set a value on the object that is given.A wrapper for another
PropertyResolver.IPropertyLocator
that caches results ofPropertyResolver.CachingPropertyLocator.get(Class, String)
.Default locator supporting Java Beans properties, maps, lists and method invocations.A property to get and set.A locator of properties.Object (de)serialization utilities.Interface that enables users to plugin the way object sizes are calculated with Wicket.WicketObjects.IObjectSizeOfStrategy
that works by serializing the object to an instance ofByteCountingOutputStream
, which records the number of bytes written to it.