Interface IFlagContainerSupport<F extends IFlagInstance>

    • Method Detail

      • getFlagInstanceMap

        @NonNull
        Map<String,​? extends FgetFlagInstanceMap()
        Get a mapping of flag effective name to flag instance.
        Returns:
        the mapping of flag effective name to flag instance
      • getJsonKeyFlagInstance

        @Nullable
        F getJsonKeyFlagInstance()
        Retrieves the flag instance to use as as the property name for the containing object in JSON who's value will be the object containing the flag.
        Returns:
        the flag instance if a JSON key is configured, or null otherwise