Class ObjectContent<T>

    • Constructor Detail

      • ObjectContent

        public ObjectContent​(org.springframework.core.ResolvableType type,
                             T object)
        Create a new ObjectContent instance.
        Parameters:
        type - the type under test (or null if not known)
        object - the actual object content