Class StateFieldResolver


  • public class StateFieldResolver
    extends AbstractPathResolver
    This Resolver is responsible to resolve the type of a state field, which is the leaf of the state field path expression.

    It is possible the state field path expression is actually an enum type, which will be

    Since:
    2.3
    Version:
    2.5
    Author:
    Pascal Filion
    • Constructor Detail

      • StateFieldResolver

        public StateFieldResolver​(Resolver parent,
                                  java.lang.String path)
        Creates a new StateFieldResolver.
        Parameters:
        parent - The parent Resolver, which is never null