Class CheckedMap

java.lang.Object
org.inferred.freebuilder.processor.source.ValueType
org.inferred.freebuilder.processor.excerpt.CheckedMap
All Implemented Interfaces:
Excerpt

public class CheckedMap extends ValueType implements Excerpt
Excerpts defining a map implementation that delegates to a provided put method to perform entry validation and insertion into a backing map.
  • Field Details

    • TYPE

      public static final LazyName TYPE
  • Constructor Details

    • CheckedMap

      private CheckedMap()
  • Method Details