Class GraphQLDTOProperty

java.lang.Object
com.liferay.portal.vulcan.graphql.dto.GraphQLDTOProperty

public class GraphQLDTOProperty extends Object
  • Constructor Details

    • GraphQLDTOProperty

      public GraphQLDTOProperty(String name, boolean readOnly, Class<?> typeClass)
    • GraphQLDTOProperty

      public GraphQLDTOProperty(String name, Class<?> typeClass)
  • Method Details