Uses of Interface
org.apache.wicket.core.util.lang.WicketObjects.IObjectSizeOfStrategy
Package
Description
Java utilities.
-
Uses of WicketObjects.IObjectSizeOfStrategy in org.apache.wicket.core.util.lang
Modifier and TypeClassDescriptionstatic final class
WicketObjects.IObjectSizeOfStrategy
that works by serializing the object to an instance ofByteCountingOutputStream
, which records the number of bytes written to it.Modifier and TypeMethodDescriptionstatic void
WicketObjects.setObjectSizeOfStrategy
(WicketObjects.IObjectSizeOfStrategy objectSizeOfStrategy) Sets the strategy for determining the sizes of objects. -
Uses of WicketObjects.IObjectSizeOfStrategy in org.apache.wicket.util.instrument
Modifier and TypeClassDescriptionclass
Object size of strategy that is based on instrumentation.