Class DynamicBean

    • Constructor Detail

      • DynamicBean

        public DynamicBean()
        The constructor.
    • Method Detail

      • isDynamic

        public boolean isDynamic()
        Specified by:
        isDynamic in interface ReadableBean
        Overrides:
        isDynamic in class AbstractBean
        Returns:
        true if this Bean is dynamic meaning that is not strictly typed but allows to dynamically add properties, false otherwise.
        See Also:
        VirtualBean