Class PropertyBasedCreator


  • public final class PropertyBasedCreator
    extends java.lang.Object
    Object that is used to collect arguments for non-default creator (non-default-constructor, or argument-taking factory method) before creator can be called. Since ordering of JSON properties is not guaranteed, this may require buffering of values other than ones being passed to creator.