Пример #1
0
  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;
  }
Пример #2
0
  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;
  }
Пример #3
0
  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;
  }
Пример #4
0
  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;
  }
Пример #5
0
  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;
  }
Пример #6
0
  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;
  }
Пример #7
0
  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;
  }
Пример #8
0
  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;
  }
Пример #9
0
  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;
  }
Пример #10
0
  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;
  }