public static class SourceMethod.Builder extends Object
Constructor and Description |
---|
Builder() |
public SourceMethod.Builder setDeclaringMapper(Type declaringMapper)
public SourceMethod.Builder setExecutable(ExecutableElement executable)
public SourceMethod.Builder setParameters(List<Parameter> parameters)
public SourceMethod.Builder setReturnType(Type returnType)
public SourceMethod.Builder setExceptionTypes(List<Type> exceptionTypes)
public SourceMethod.Builder setMappings(Map<String,List<Mapping>> mappings)
public SourceMethod.Builder setIterableMapping(IterableMapping iterableMapping)
public SourceMethod.Builder setMapMapping(MapMapping mapMapping)
public SourceMethod.Builder setBeanMapping(BeanMapping beanMapping)
public SourceMethod.Builder setValueMappings(List<ValueMapping> valueMappings)
public SourceMethod.Builder setTypeUtils(Types typeUtils)
public SourceMethod.Builder setTypeFactory(TypeFactory typeFactory)
public SourceMethod.Builder setMessager(FormattingMessager messager)
public SourceMethod.Builder setMapperConfiguration(MapperConfiguration mapperConfig)
public SourceMethod.Builder setPrototypeMethods(List<SourceMethod> prototypeMethods)
public SourceMethod.Builder setDefininingType(Type definingType)
public SourceMethod build()
Copyright © 2012-2016 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.