java.lang.Object
org.tquadrat.foundation.config.ap.impl.codebuilders.CodeBuilderBase
org.tquadrat.foundation.config.ap.impl.codebuilders.MapImplementor
All Implemented Interfaces:
CodeBuilder

@ClassVersion(sourceVersion="$Id: MapImplementor.java 1061 2023-09-25 16:32:43Z tquadrat $") @API(status=STABLE, since="0.1.0") public final class MapImplementor extends CodeBuilderBase

The code builder implementation for the generation of the code that let the configuration bean implement the interface Map.

More precisely, the configuration bean implements Map<String,Object>, although this is not checked by the annotation processor.

Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: MapImplementor.java 1061 2023-09-25 16:32:43Z tquadrat $
Since:
0.1.0
UML Diagram
UML Diagram for "org.tquadrat.foundation.config.ap.impl.codebuilders.MapImplementor"

UML Diagram for "org.tquadrat.foundation.config.ap.impl.codebuilders.MapImplementor"

UML Diagram for "org.tquadrat.foundation.config.ap.impl.codebuilders.MapImplementor"