public String getAlias() { if (this.$$$wrapped != null && WrapHelper.valueNotSet(this.alias, String.class)) { Object o = WrapHelper.getValue(this.$$$wrapped, AliasJoin.class, "alias"); this.alias = new WrapConverter(Builders.DESTINATION_CLASS_RESOLVER, Builders.IGNORED_TYPES) .convert(o) .to(String.class); } return alias; }
public List<String> getNames() { if (this.$$$wrapped != null && WrapHelper.valueNotSet(this.names, List.class)) { Object o = WrapHelper.getValue(this.$$$wrapped, Sample.class, "names"); this.names = new WrapConverter(BuilderSpecs.DESTINATION_CLASS_RESOLVER, BuilderSpecs.IGNORED_TYPES) .convert(o) .to(List.class); } return names; }
public JoinType getJoinType() { if (this.$$$wrapped != null && WrapHelper.valueNotSet(this.joinType, JoinType.class)) { Object o = WrapHelper.getValue(this.$$$wrapped, AliasJoin.class, "joinType"); this.joinType = new WrapConverter(Builders.DESTINATION_CLASS_RESOLVER, Builders.IGNORED_TYPES) .convert(o) .to(JoinType.class); } return joinType; }
public NavigableMap<Integer, BlankBuilderSpec<?>> getBlanksMap() { if (this.$$$wrapped != null && WrapHelper.valueNotSet(this.blanksMap, NavigableMap.class)) { Object o = WrapHelper.getValue(this.$$$wrapped, Sample.class, "blanksMap"); this.blanksMap = new WrapConverter(BuilderSpecs.DESTINATION_CLASS_RESOLVER, BuilderSpecs.IGNORED_TYPES) .convert(o) .to(NavigableMap.class); } return blanksMap; }
public Map<BlankBuilderSpec<?>, BlankBuilderSpec<?>> getBlanks2blanks() { if (this.$$$wrapped != null && WrapHelper.valueNotSet(this.blanks2blanks, Map.class)) { Object o = WrapHelper.getValue(this.$$$wrapped, Sample.class, "blanks2blanks"); this.blanks2blanks = new WrapConverter(BuilderSpecs.DESTINATION_CLASS_RESOLVER, BuilderSpecs.IGNORED_TYPES) .convert(o) .to(Map.class); } return blanks2blanks; }
public Map<Class<?>, List<Class<?>>> getFriendClasses() { if (this.$$$wrapped != null && WrapHelper.valueNotSet(this.friendClasses, Map.class)) { Object o = WrapHelper.getValue(this.$$$wrapped, Sample.class, "friendClasses"); this.friendClasses = new WrapConverter(BuilderSpecs.DESTINATION_CLASS_RESOLVER, BuilderSpecs.IGNORED_TYPES) .convert(o) .to(Map.class); } return friendClasses; }
public NavigableSet<Class<?>> getOtherClasses() { if (this.$$$wrapped != null && WrapHelper.valueNotSet(this.otherClasses, NavigableSet.class)) { Object o = WrapHelper.getValue(this.$$$wrapped, Sample.class, "otherClasses"); this.otherClasses = new WrapConverter(BuilderSpecs.DESTINATION_CLASS_RESOLVER, BuilderSpecs.IGNORED_TYPES) .convert(o) .to(NavigableSet.class); } return otherClasses; }
public Class<?> getMyClass() { if (this.$$$wrapped != null && WrapHelper.valueNotSet(this.myClass, Class.class)) { Object o = WrapHelper.getValue(this.$$$wrapped, Sample.class, "myClass"); this.myClass = new WrapConverter(BuilderSpecs.DESTINATION_CLASS_RESOLVER, BuilderSpecs.IGNORED_TYPES) .convert(o) .to(Class.class); } return myClass; }
public Map<String, Set<String>> getKeywordSynonyms() { if (this.$$$wrapped != null && WrapHelper.valueNotSet(this.keywordSynonyms, Map.class)) { Object o = WrapHelper.getValue(this.$$$wrapped, Sample.class, "keywordSynonyms"); this.keywordSynonyms = new WrapConverter(BuilderSpecs.DESTINATION_CLASS_RESOLVER, BuilderSpecs.IGNORED_TYPES) .convert(o) .to(Map.class); } return keywordSynonyms; }
public List<Collection<String>> getKeywordsList() { if (this.$$$wrapped != null && WrapHelper.valueNotSet(this.keywordsList, List.class)) { Object o = WrapHelper.getValue(this.$$$wrapped, Sample.class, "keywordsList"); this.keywordsList = new WrapConverter(BuilderSpecs.DESTINATION_CLASS_RESOLVER, BuilderSpecs.IGNORED_TYPES) .convert(o) .to(List.class); } return keywordsList; }