Uses of Interface
org.apache.wicket.core.util.lang.WicketObjects.IObjectSizeOfStrategy
-
Packages that use WicketObjects.IObjectSizeOfStrategy Package Description org.apache.wicket.core.util.lang Java utilities. -
-
Uses of WicketObjects.IObjectSizeOfStrategy in org.apache.wicket.core.util.lang
Classes in org.apache.wicket.core.util.lang that implement WicketObjects.IObjectSizeOfStrategy Modifier and Type Class Description static classWicketObjects.SerializingObjectSizeOfStrategyWicketObjects.IObjectSizeOfStrategythat works by serializing the object to an instance ofByteCountingOutputStream, which records the number of bytes written to it.Methods in org.apache.wicket.core.util.lang with parameters of type WicketObjects.IObjectSizeOfStrategy Modifier and Type Method Description static voidWicketObjects. setObjectSizeOfStrategy(WicketObjects.IObjectSizeOfStrategy objectSizeOfStrategy)Sets the strategy for determining the sizes of objects.
-